body *{
    opacity:1;
    visibility: visible;
}

/* @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap'); */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'Poppins', sans-serif; */
}
body{
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.wrapper{
  width: 95%;
  /* border: 15px solid red; */
  /* display: none; */
}


.exit{
  position: absolute;
  top: 30px;
  right:2vw;
  width:40px;
  height:40px;
  border-radius: 50%;
  z-index: 99;
  border: none;
  background: none;
}


.carousel{
    position: relative;
    top: 0;
  max-width: 100%;
height: fit-content;
  margin: auto;
  padding:30px;
  /* border: 10px solid red; */
  border-radius: 25px !important;
  background: #fffef5;
  z-index:0;

  
}
.carousel .card{
  color: rgb(0, 0, 0);
  text-align: center;
  margin: 20px 0;
  /* line-height: 250px; */
  font-size: 90px;
  font-weight: 600;
  border-radius: 10px;
  /* box-shadow: 0px 4px 15px rgba(0,0,0,0.2); */
  height: fit-content;
  width: auto;
  padding: 0 0 25px 0;
  /* border: 10px solid red; */
  overflow: hidden;
  background: fffef5;
}

.cardv{
    display: flex !important;
    flex-direction: row;

    justify-content: space-around !important;
    /* border: 10px solid rgb(255, 208, 0) !important; */

}

.didImgv{
    /* margin: 0 70px; */
    /* border: 1px solid red; */
    height:55vw !important;
    width: auto !important;
    padding-top:25px;

}

.cardo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.didImgo{
    height:45vw !important;
    width: auto !important;  
    margin: 0 100px;
    padding-top:25px;

    /* border: 1px solid red; */
    
}
.carousel .card-1{
  background-image: #fffef5;
}
.carousel .card-2{
  background-image: #fffef5;

}
.carousel .card-3{
  background-image: #fffef5;
}
  
.carousel .card-4{
  background-image: #fffef5;
}
.carousel .card-5{
  background-image: #fffef5;
}
.owl-dots{
  text-align: center;
  margin-top: 40px;
}

.owl-dot{
  height: 15px;
  width: 15px;
  margin: 0 5px;
  outline: none;
  border-radius: 14px;
  border: 2px solid #000000!important;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
  transition: all 0.5s ease;
}
.owl-dot.active,
.owl-dot:hover{
  background: #19405a!important;
}


.owl-carousel {
  position: relative;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  /* transform: translateY(-60%); */
  font-size: 8em;
    top: 30%;

  transform: translateY(-90%);

}

.owl-prev, .owl-next {
  position: absolute;




  /* background: rgba(0,0,0,0.5) !important; */
  /* color: rgb(255, 255, 255); */
  color: rgb(0, 0, 0) !important;
  padding: 10px;
  width: 30px;
  font-family:'AvenirNextLTPro-It.otf' !important;
  font-size: 1em !important;
  /* border: 1px solid red; */
}
 

.dirico{
    width:100%
}
.owl-prev { left: 0; }
.owl-next { right: 70px;}



/* .didImg{
    height: 100%;
    width:10%;
    margin-left: 40px;
    
} */
 

.didTxtv{
    display: flex;
    align-items: center;
    justify-content: left;
    width: 40%;
    font-family: 'Exo';
    font-size: clamp(1.2vw, 1.3vw, 2vw);
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    padding-right:100px;
    /* padding-left:30px; */
    /* border: 1px solid red; */
}

@media (max-width: 1100px) {
.didTxtv{
 font-size: clamp(1.2vw, 1.5vw, 2vw);
    line-height: 1;
    padding-right:30px;

}
 
}

@media (max-width: 768px) {
.didTxtv{
 font-size: clamp(1.2vw, 2.3vw, 2.5vw);
    line-height: 1;
    padding-right:30px;

}
}

.didTxto{
    display: flex;
    justify-content: center !important;
    max-width: 80%;
    height:fit-content;
    font-family: 'Exo';
    font-size: 1.3vw;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    margin-top: 20px;
    /* border: 1px solid rgb(0, 255, 136); */
    overflow-y: scroll;
}

@media (max-width: 1100px) {
.didTxto{
 font-size: clamp(1.2vw, 1.5vw, 2vw);
 line-height: 1;
}

}

@media (max-width: 768px) {
.didTxto{
 font-size: clamp(1.2vw, 2.3vw, 2.5vw);
    line-height: 1;
}

}

.didTxto::-webkit-scrollbar{
  display: none;
}

.didTxtv::-webkit-scrollbar{
  display: none;
}

.owl-nav .disabled {
  display: none;
}
